Skip to content

Conversation

alexcrichton
Copy link
Member

This commit removes the last remnants of file descriptors from the Windows
implementation of std::sys by using CreatePipe to create anonymous pipes
instead of the pipe shim provided in msvcrt.

@rust-highfive
Copy link
Contributor

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member Author

r? @aturon

cc @retep998

@rust-highfive rust-highfive assigned aturon and unassigned pcwalton Apr 14, 2015
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally I'd just set the buffer size to 0 to use the OS default.

@retep998
Copy link
Contributor

Implementation looks good to me.

This commit removes the last remnants of file descriptors from the Windows
implementation of `std::sys` by using `CreatePipe` to create anonymous pipes
instead of the `pipe` shim provided in msvcrt.
@aturon
Copy link
Contributor

aturon commented Apr 15, 2015

Oh happy days! Especially nice to see the drop changes.

@bors: r+

@bors
Copy link
Collaborator

bors commented Apr 15, 2015

📌 Commit 5e07329 has been approved by aturon

@bors
Copy link
Collaborator

bors commented Apr 15, 2015

⌛ Testing commit 5e07329 with merge a691f1e...

bors added a commit that referenced this pull request Apr 15, 2015
This commit removes the last remnants of file descriptors from the Windows
implementation of `std::sys` by using `CreatePipe` to create anonymous pipes
instead of the `pipe` shim provided in msvcrt.
@bors
Copy link
Collaborator

bors commented Apr 15, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants